  #instagram-feed a {
    text-decoration: none;
    color: #000
}
.eui-extra-small .eui-popover-left .eui-popover-content-inner:before{
    right:10px
}
.eui-popover-bottom .eui-popover-content{
    top:100%;
    padding-top:11px
}
.eui-popover-bottom .eui-popover-content-inner:before{
    top:-5px
}
.eui-slider{
    position:relative;
    height:100%;
    user-select:none;
    overflow:hidden
}
.eui-slider-inner{
    z-index:1;
    position:relative;
    height:100%;
    display:flex;
    transition-property:transform
}
.eui-slider-inner-animating{
    will-change:transform
}
.eui-slider-slide{
    width:100%;
    height:100%;
    display:inline-block;
    overflow:hidden;
    flex-grow:1;
    flex-shrink:0
}
.eui-slider-arrow{
    opacity:0;
    visibility:hidden;
    pointer-events:none
}
.eui-slider-arrow-enabled{
    opacity:1;
    visibility:visible;
    pointer-events:all
}
.eui-slider-dots{
    display:flex;
    justify-content:center
}
.eui-slider-dots-inner{
    display:inline-flex
}
.eui-slider-dots-classic .eui-slider-dots-inner{
    overflow:hidden;
    width:80px
}
.eui-slider-dots-item{
    display:inline-block;
    position:relative;
    transition:.3s all ease-out;
    cursor:pointer
}
.eui-slider-dots-numbers .eui-slider-dots-item{
    padding:0 4px;
    transform:scale(.8);
    opacity:.6;
    font-weight:600
}
.eui-slider-dots-numbers .eui-slider-dots-item-active{
    transform:scale(1);
    opacity:1
}
.eui-slider-dots-numbers .eui-slider-dots-item:hover{
    transform:scale(1);
    opacity:1
}
.eui-slider-dots-classic .eui-slider-dots-item{
    background:#000;
    border-radius:50%;
    transform:scale(.33);
    opacity:.3;
    width:8px;
    min-width:8px;
    height:8px;
    margin:0 4px
}
.eui-slider-dots-classic .eui-slider-dots-item-active{
    transform:scale(1);
    opacity:1
}
.eui-slider-dots-classic .eui-slider-dots-item-active-next,.eui-slider-dots-classic .eui-slider-dots-item-active-prev{
    transform:scale(.66);
    opacity:.6
}
.eui-slider-dots-classic .eui-slider-dots-item-active-next-next,.eui-slider-dots-classic .eui-slider-dots-item-active-prev-next,.eui-slider-dots-classic .eui-slider-dots-item-active-next-prev,.eui-slider-dots-classic .eui-slider-dots-item-active-prev-prev{
    transform:scale(.33);
    opacity:.3
}
.instagram-feed-container div:empty{
    display:block
}
.instagram-feed{
    position:relative
}
.instagram-feed{
    font-size:14px;
    font-family:-apple-system,BlinkMacSystemFont,Roboto,Open Sans,Helvetica Neue,sans-serif;
    line-height:18px;
    font-weight:400;
    width:100%;
    max-height:100%;
    position:relative;
    box-sizing:border-box;
    min-width:150px;
    min-height:100px
}
.instagram-feed-has-error.instagram-feed-debug .instagram-feed-content{
    min-height:300px
}
.instagram-feed-has-error:not(.instagram-feed-debug){
    display:none
}
.instagram-feed-title{
    font-size:24px;
    font-weight:600;
    text-align:center;
    line-height:32px;
    padding:24px 10px
}
.instagram-feed-content{
    position:relative;
    width:100%
}
.instagram-feed-content-loader{
    color:rgba(0,0,0,0.2)
}
.instagram-feed-container{
    width:100%
}
.instagram-feed a{
    text-decoration:none;
    color:#000;
    margin:0
}
.instagram-feed a:hover{
    text-decoration:underline
}
.eui-popover-content{
    width:162px
}
.eui-popover-content-inner{
    position:relative;
    background:#2f353a;
    border-radius:4px;
    box-shadow:0 4px 16px rgba(0,0,0,0.2)
}
.eui-popover-content-inner:before{
    content:'';
    background:#2f353a;
    position:absolute;
    bottom:-5px;
    right:20px;
    width:10px;
    height:10px;
    transform:rotateZ(-45deg)
}
.eui-popover-content-item{
    color:#fff;
    border-top:1px solid #42474c;
    transition:all .2s ease
}
.eui-popover-content-item:hover{
    background:#42474c
}
.eui-popover-content-item-icon{
    height:100%;
    width:12px;
    float:left;
    align-items:center;
    justify-content:center;
    display:inline-flex;
    margin-left:12px
}
.eui-popover-content-item-icon img{
    width:100%;
    height:100%
}
.eui-popover-content-item-title{
    display:inline-block;
    margin-left:12px
}
.instagram-feed-loader{
    box-sizing:border-box;
    display:block;
    position:absolute;
    top:50%;
    left:50%;
    border-radius:50%;
    border-style:solid;
    border-top-color:transparent;
    animation:instagram-feed-loader 1s infinite linear;
    opacity:0;
    visibility:hidden;
    width:32px;
    height:32px;
    margin:-16px 0 0 -16px;
    border-width:2px;
    z-index:1
}
.instagram-feed-loader-visible{
    opacity:1;
    visibility:visible
}
@-moz-keyframes instagram-feed-loader{
    0%{
        transform:rotate(0deg)
    }
    100%{
        transform:rotate(360deg)
    }
}
@-webkit-keyframes instagram-feed-loader{
    0%{
        transform:rotate(0deg)
    }
    100%{
        transform:rotate(360deg)
    }
}
@-o-keyframes instagram-feed-loader{
    0%{
        transform:rotate(0deg)
    }
    100%{
        transform:rotate(360deg)
    }
}
@keyframes instagram-feed-loader{
    0%{
        transform:rotate(0deg)
    }
    100%{
        transform:rotate(360deg)
    }
}
.instagram-feed-error-container .eui-error{
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
    text-align:center;
    top:0;
    right:0;
    bottom:0;
    left:0;
    position:absolute;
    z-index:101;
    font-size:15px;
    font-weight:400;
    color:#7f8588;
    background:#fff;
    padding:0 20px
}
.instagram-feed-error-container .eui-error-item{
    margin:8px 0;
    text-align:center
}
.instagram-feed-error-container .eui-error-item:first-child{
    margin-top:0
}
.instagram-feed-error-container .eui-error-item:last-child{
    margin-bottom:0
}
.instagram-feed-data-status{
    position:fixed;
    bottom:20px;
    right:20px;
    padding:16px;
    border-radius:8px;
    background:#fff;
    box-shadow:0 4px 6px rgba(0,0,0,0.2);
    z-index:99999999;
    opacity:0;
    visibility:hidden;
    pointer-events:none;
    transition:all .2s ease;
    max-width:320px
}
.instagram-feed-data-status-visible{
    opacity:1;
    visibility:visible;
    pointer-events:all
}
.instagram-feed-data-status-item{
    display:flex
}
.instagram-feed-data-status-item + .instagram-feed-data-status-item{
    margin-top:12px
}
.instagram-feed-data-status-item-icon-container{
    position:relative;
    width:16px;
    height:16px
}
.instagram-feed-data-status-item-message{
    padding-left:12px
}
.instagram-feed-data-status-item-error-icon{
    opacity:0;
    visibility:hidden;
    fill:#ff4734;
    margin-top:2px
}
.instagram-feed-data-status-item-state-error .instagram-feed-data-status-item-error-icon{
    opacity:1;
    visibility:visible
}
.instagram-feed-data-status-item .instagram-feed-loader{
    width:16px;
    height:16px;
    margin:-8px 0 0 -8px
}
.instagram-feed-data-status-item-state-loading.instagram-feed-data-status-item .instagram-feed-loader{
    opacity:1;
    visibility:visible
}
.instagram-feed-header{
    background:#fff;
    padding:20px
}
.instagram-feed-header-inner{
    display:flex;
    flex-wrap:nowrap;
    justify-content:center;
    align-items:center;
    margin:0 auto;
    max-width:600px
}
.instagram-feed-header-small .instagram-feed-header-inner{
    flex-direction:column
}
.instagram-feed-header-user{
    display:flex;
    align-items:center
}
.instagram-feed-header-user-picture{
    display:block;
    width:40px;
    height:40px;
    max-width:none;
    box-shadow:0 0 0 2px #fff;
    box-sizing:border-box;
    transition:all .2s ease;
    margin:0 !important;
    border-radius:50%
}
.instagram-feed-header-user-picture:hover{
    opacity:.95
}
.instagram-feed-header-user-picture-wrapper{
    background:linear-gradient(40deg,#f99b4a 15%,#dd3071 50%,#c72e8d 85%);
    width:48px;
    height:48px;
    border-radius:50%;
    padding:4px;
    box-sizing:border-box;
    margin-right:12px
}
.instagram-feed-header-user-picture-wrapper > a{
    width:100%;
    height:100%;
    display:block;
    border-radius:50%
}
.instagram-feed-header-user-info-name{
    display:flex;
    align-items:center;
    font-size:16px;
    font-weight:bold;
    color:currentColor
}
.instagram-feed-header-user-info-verified-badge{
    display:block;
    margin-left:4px;
    width:12px;
    height:12px
}
.instagram-feed-header-user-info-verified-badge svg{
    display:block;
    width:12px;
    height:12px
}
.instagram-feed-header-user-info-caption{
    font-size:12px;
    opacity:.5
}
.instagram-feed-header-stats{
    display:flex
}
.instagram-feed-header-user + .instagram-feed-header-stats{
    margin-left:40px
}
.instagram-feed-header-small .instagram-feed-header-user + .instagram-feed-header-stats{
    margin-left:0;
    margin-top:12px
}
.instagram-feed-header-stats-item{
    text-align:center;
    margin-right:20px
}
.instagram-feed-header-stats-item:last-child{
    margin-right:0
}
.instagram-feed-header-stats-item-value{
    font-size:14px;
    font-weight:bold;
    color:currentColor
}
.instagram-feed-header-stats-item-label{
    font-size:12px;
    color:currentColor;
    opacity:.5
}
.instagram-feed-header-follow-button{
    display:flex;
    align-items:center;
    position:relative;
    height:32px;
    line-height:32px;
    border-radius:4px;
    overflow:hidden;
    padding:0 12px;
    border:none;
    background:#0095f6;
    color:#fff;
    text-align:center;
    outline:none;
    cursor:pointer;
    margin-left:40px;
    font-size:14px;
    transition:background .2s ease;
    text-decoration:none
}
.instagram-feed-header-user + .instagram-feed-header-follow-button-wrapper,.instagram-feed-header-stats + .instagram-feed-header-follow-button-wrapper{
    margin-left:40px
}
.instagram-feed-header-small .instagram-feed-header-user + .instagram-feed-header-follow-button-wrapper,.instagram-feed-header-small .instagram-feed-header-stats + .instagram-feed-header-follow-button-wrapper{
    margin-left:0;
    margin-top:12px
}
.instagram-feed-header-follow-button::after{
    content:'';
    position:absolute;
    top:0;
    right:0;
    bottom:0;
    left:0;
    background:currentColor;
    opacity:0;
    visibility:hidden;
    transition:all .2s ease
}
.instagram-feed-header-follow-button:hover{
    text-decoration:none
}
.instagram-feed-header-follow-button:hover::after{
    opacity:.1;
    visibility:visible
}
.instagram-feed-header-follow-button-icon{
    width:16px;
    height:16px;
    display:block;
    fill:currentColor;
    margin-right:8px
}
.instagram-feed-header-follow-button-label{
    color:currentColor
}
.instagram-feed-posts{
    width:100%
}
.instagram-feed-posts-container{
    width:100%
}
.instagram-feed-posts-inner{
    box-sizing:border-box;
    position:relative
}
.instagram-feed-posts-view{
    display:inline-flex;
    flex-direction:row;
    justify-content:flex-start;
    flex-wrap:wrap;
    box-sizing:border-box;
    width:100%;
    height:auto
}
.instagram-feed-posts-view.eui-slider-slide{
    display:inline-flex;
    width:100%;
    height:auto
}
.instagram-feed-posts-view-empty{
    height:1px !important
}
.instagram-feed-posts-slider{
    position:relative;
    height:auto;
    user-select:none;
    cursor:-webkit-grab;
    cursor:grab;
    width:100%
}
.instagram-feed-posts-slider-inner{
    z-index:1;
    position:relative;
    height:auto;
    display:flex;
    width:100%
}
.instagram-feed-posts-slider-inner-disable-click .instagram-feed-posts-item{
    pointer-events:none
}
.instagram-feed-posts-slider-item{
    width:100%;
    height:auto;
    display:inline-block;
    overflow:hidden;
    flex-grow:1;
    flex-shrink:0
}
.instagram-feed-posts-slider-nav{
    background:#000;
    position:absolute;
    top:50%;
    width:60px;
    height:60px;
    justify-content:center;
    align-items:center;
    border-radius:50%;
    z-index:1;
    cursor:pointer;
    opacity:.85;
    transition:all .2s;
    backface-visibility:hidden
}
.instagram-feed-posts-slider-nav-icon{
    width:12px;
    height:16px;
    fill:#fff;
    display:block;
    position:absolute;
    top:50%;
    transform:translateY(-50%)
}
.instagram-feed-posts-slider-nav:hover{
    opacity:1
}
.instagram-feed-posts-slider-nav-disabled{
    display:none
}
.instagram-feed-posts-slider-prev{
    left:0;
    transform:translate3d(-50%,-50%,0);
    box-shadow:2px 0 5px rgba(0,0,0,0.3)
}
.instagram-feed-posts-slider-prev .instagram-feed-posts-slider-nav-icon{
    right:12px
}
.instagram-feed-posts-slider-prev:active{
    transform:translate3d(-50%,-50%,0) scale(.9)
}
.instagram-feed-posts-slider-next{
    right:0;
    transform:translate(50%,-50%);
    box-shadow:-2px 0 5px rgba(0,0,0,0.3)
}
.instagram-feed-posts-slider-next .instagram-feed-posts-slider-nav-icon{
    left:12px
}
.instagram-feed-posts-slider-next:active{
    transform:translate3d(50%,-50%,0) scale(.9)
}
.instagram-feed-posts-grid .instagram-feed-posts-inner{
    display:flex;
    flex-direction:row;
    flex-wrap:wrap;
    justify-content:space-between
}
.instagram-feed-posts-grid .instagram-feed-posts-view:not(:first-child){
    padding-top:0 !important
}
.instagram-feed-posts-grid .instagram-feed-posts-item{
    display:flex;
    flex-direction:column;
    flex-grow:0
}
.instagram-feed-posts-grid-load-more{
    position:relative;
    width:228px;
    height:32px;
    line-height:32px;
    border-radius:4px;
    border:none;
    background:#3897f0;
    color:#fff;
    text-align:center;
    outline:none;
    cursor:pointer;
    margin:24px auto;
    font-size:14px;
    transition:opacity .5s ease,visibility .5s ease,background .2s ease;
    opacity:0;
    visibility:hidden
}
.instagram-feed-posts-grid-load-more:hover{
    background:#45a1f8
}
.instagram-feed-posts-grid-load-more-container{
    display:none
}
.instagram-feed-posts-grid-load-more-container.instagram-feed-posts-grid-load-more-enabled{
    display:block
}
.instagram-feed-posts-grid-load-more-visible{
    opacity:1;
    visibility:visible
}
.instagram-feed-posts-grid-load-more-loading .instagram-feed-posts-grid-load-more-text{
    opacity:0;
    visibility:hidden
}
.instagram-feed-posts-grid-load-more .instagram-feed-loader{
    width:12px;
    height:12px;
    margin:-7px 0 0 -7px
}
.instagram-feed-posts-grid-load-more-loading.instagram-feed-posts-grid-load-more .instagram-feed-loader{
    opacity:1;
    visibility:visible
}
.instagram-feed-posts-item{
    /*height: 440px;*/
    box-sizing:border-box;
    display:flex;
    flex-direction:column;
    position:relative;
    background:#fff;
    transition:opacity .2s ease,visibility .2s ease;
    opacity:0;
    visibility:hidden;
    overflow:hidden;
    flex-grow:0;
    flex-shrink:0
}
.eui-slider-slide-clone .instagram-feed-posts-item{
    opacity:1;
    visibility:visible
}
.instagram-feed-posts-item-visible.instagram-feed-posts-item-loaded{
    opacity:1;
    visibility:visible
}
.instagram-feed-posts-item a,.instagram-feed-posts-item a:hover{
    color:#003569
}
.instagram-feed-posts-item-header{
    display:flex;
    flex-direction:row;
    flex-wrap:nowrap;
    align-items:center;
    box-sizing:border-box;
    height:60px
}
.instagram-feed-posts-item-user{
    display:flex;
    flex-direction:row;
    flex-wrap:nowrap;
    align-items:center;
    padding:12px;
    box-sizing:border-box;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap
}
.instagram-feed-posts-item-user-image{
    display:block;
    width:28px;
    height:28px;
    box-shadow:0 0 0 2px #fff;
    box-sizing:border-box;
    transition:all .2s ease;
    margin:0 !important
}
.instagram-feed-posts-item-user-image:hover{
    opacity:.95
}
.instagram-feed-posts-item-user-image-wrapper{
    background:linear-gradient(40deg,#f99b4a 15%,#dd3071 50%,#c72e8d 85%);
    min-width:36px;
    height:36px;
    border-radius:50%;
    padding:4px;
    box-sizing:border-box;
    margin-right:12px
}
.instagram-feed-posts-item-user-image-wrapper > a{
    width:100%;
    height:100%;
    display:block;
    background:#fff;
    border-radius:50%
}
.instagram-feed-posts-item-user-name{
    display:block;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
    font-size:14px;
    font-weight:600
}
.instagram-feed-posts-item-user-name-wrapper{
    display:flex;
    flex-direction:column;
    overflow:hidden;
    white-space:nowrap;
    text-overflow:ellipsis
}
.instagram-feed-posts-item-date{
    text-transform:uppercase;
    font-size:10px;
    opacity:.6;
    overflow:hidden;
    white-space:nowrap;
    text-overflow:ellipsis
}
.instagram-feed-posts-item-instagram-link{
    display:block;
    width:24px;
    height:24px;
    margin-left:auto;
    padding:12px 12px 12px 0;
    box-sizing:content-box
}
.instagram-feed-posts-item-instagram-link > a{
    display:block
}
.instagram-feed-posts-item-instagram-link > a > svg{
    width:24px;
    height:24px;
    display:block;
    fill:currentColor
}
.instagram-feed-posts-item-media > a{
    display:block
}
.instagram-feed-posts-item-link{
    cursor:pointer
}
.instagram-feed-posts-item-link-disabled{
    cursor:default
}
.instagram-feed-posts-item-image{
    position:absolute !important;
    margin:0 !important;
    width:auto;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%) !important
}
.instagram-feed-posts-item-image-ratio-4-5 .instagram-feed-posts-item-image{
    aspect-ratio:4/5;
    object-fit:cover
}
.instagram-feed-posts-item-image-portrait .instagram-feed-posts-item-image{
    width:100%
}
.instagram-feed-posts-item-image-landscape .instagram-feed-posts-item-image{
    height:100% !important;
    min-width:100%;
    max-width:inherit !important;
    object-fit:cover
}
.instagram-feed-posts-item-image-wrapper{
    position:relative;
    overflow:hidden;
    margin:-1px
}
.instagram-feed-posts-item-image-ratio-1-1 .instagram-feed-posts-item-image-wrapper{
    padding-top:100%
}
.instagram-feed-posts-item-image-ratio-4-5 .instagram-feed-posts-item-image-wrapper{
    padding-top:125%
}
.instagram-feed-posts-item-image-icon{
    display:none;
    position:absolute;
    z-index:2;
    top:.6em;
    right:.6em;
    width:24px;
    height:24px;
    transition:all .3s ease
}
.instagram-feed-posts-extra-small .instagram-feed-posts-item-image-icon{
    transform:scale(.6);
    transform-origin:top right
}
.instagram-feed-posts-item-image-icon svg{
    display:block;
    width:24px;
    height:24px;
    fill:rgba(255,255,255,0.8)
}
.instagram-feed-posts-item-type-video .instagram-feed-posts-item-image-icon-video{
    display:block
}
.instagram-feed-posts-item-type-carousel .instagram-feed-posts-item-image-icon-carousel{
    display:block
}
.instagram-feed-posts-item-counters a:hover{
    text-decoration:none
}
.instagram-feed-posts-item-likes-count,.instagram-feed-posts-item-comments-count{
    display:inline-flex;
    align-items:center
}
.instagram-feed-posts-item-likes-count-icon,.instagram-feed-posts-item-comments-count-icon{
    fill:currentColor;
    width:24px;
    height:24px
}
.instagram-feed-posts-item-likes-count-label,.instagram-feed-posts-item-comments-count-label{
    margin-left:6px;
    font-size:14px
}
.instagram-feed-posts-item-red-like{
    position:absolute;
    z-index:10;
    left:0;
    bottom:0;
    color:#fff;
    background:#ee4957;
    height:28px;
    padding:0 8px;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:12px;
    opacity:0;
    visibility:hidden;
    pointer-events:none;
    transition:opacity .2s ease,visibility .2s ease,bottom .2s ease
}
.eui-slider-slide-clone .instagram-feed-posts-item-red-like{
    display:none
}
.instagram-feed-posts-item-red-like-visible{
    opacity:1;
    visibility:visible;
    pointer-events:all
}
.instagram-feed-posts-item-red-like-icon{
    height:12px;
    width:12px;
    display:inline-block;
    fill:#fff
}
.instagram-feed-posts-item-red-like-count{
    margin-left:4px
}
.instagram-feed-posts-item-red-like-label{
    margin-left:8px
}
.instagram-feed-posts-small .instagram-feed-posts-item-red-like-label,.instagram-feed-posts-extra-small .instagram-feed-posts-item-red-like-label{
    display:none
}
.instagram-feed-posts-item-share{
    position:relative;
    display:inline-flex;
    align-items:center;
    cursor:pointer
}
.instagram-feed-posts-item-share-icon{
    fill:currentColor
}
.instagram-feed-posts-item-share-label{
    margin-left:6px;
    font-size:14px
}
.instagram-feed-posts-item-content .eui-item-text-see-more{
    color:inherit;
    transition:all .2s ease
}
.instagram-feed-posts-item-content .eui-item-text-see-more:hover{
    opacity:1
}
.instagram-feed-posts-item-template-tile{
    user-select:none
}
.instagram-feed-posts-item-template-tile .instagram-feed-posts-item-link{
    width:100%;
    box-sizing:border-box;
    display:flex
}
.instagram-feed-posts-item-template-tile .instagram-feed-posts-item-overlay{
    position:absolute;
    z-index:2;
    top:-1px;
    right:-1px;
    bottom:-1px;
    left:-1px;
    opacity:0;
    visibility:hidden;
    pointer-events:none;
    transition:opacity .3s,visibility .3s;
    text-align:center;
    box-sizing:border-box;
    color:#fff;
    background:rgba(0,0,0,0.8);
    display:flex;
    align-items:center
}
@media all and (-ms-high-contrast:none),(-ms-high-contrast:active){
    .instagram-feed-posts-item-template-tile .instagram-feed-posts-item-overlay{
        transition:none
    }
}
.instagram-feed-posts-item-template-tile .instagram-feed-posts-item-overlay-hover,.instagram-feed-posts-item-with-data:hover.instagram-feed-posts-item-template-tile .instagram-feed-posts-item-overlay{
    opacity:1;
    visibility:visible;
    pointer-events:all;
    padding-top:0
}
.instagram-feed-posts-item-template-tile .instagram-feed-posts-item-content{
    transform:translateY(10%);
    width:80%;
    max-height:80%;
    margin:0 auto;
    position:relative;
    transition:.3s all ease
}
.instagram-feed-posts-item-with-data:hover.instagram-feed-posts-item-template-tile .instagram-feed-posts-item-content{
    transform:translateY(0)
}
.instagram-feed-posts-extra-small .instagram-feed-posts-item-template-tile .instagram-feed-posts-item-content,.instagram-feed-posts-small .instagram-feed-posts-item-template-tile .instagram-feed-posts-item-content{
    transform:translateY(0)
}
.instagram-feed-posts-item-template-tile .instagram-feed-posts-item-content-cropped::after{
    content:'···';
    display:block;
    line-height:1;
    font-size:18px
}
.instagram-feed-posts-small .instagram-feed-posts-item-template-tile .instagram-feed-posts-item-content-cropped::after{
    line-height:.5
}
.instagram-feed-posts-extra-small .instagram-feed-posts-item-template-tile .instagram-feed-posts-item-content-cropped::after{
    display:none
}
.instagram-feed-posts-item-template-tile .instagram-feed-posts-item-media{
    width:100%
}
.instagram-feed-posts-item-template-tile .instagram-feed-posts-item-image{
    transition:transform .3s ease,filter .3s;
    left:50%;
    transform:scale(1) translate(-50%,-50%);
    transform-origin:0 0;
    backface-visibility:hidden
}
@media all and (-ms-high-contrast:none),(-ms-high-contrast:active){
    .instagram-feed-posts-item-template-tile .instagram-feed-posts-item-image{
        transition:none
    }
}
.instagram-feed-posts-item-with-data:hover.instagram-feed-posts-item-template-tile .instagram-feed-posts-item-image{
    transform:scale(1.1) translate(-50%,-50%);
    transform-origin:0 0;
    filter:grayscale(1)
}
@media all and (-ms-high-contrast:none),(-ms-high-contrast:active){
    .instagram-feed-posts-item-with-data:hover.instagram-feed-posts-item-template-tile .instagram-feed-posts-item-image{
        transform:scale(1.05) translate(-50%,-50%)
    }
}
.instagram-feed-posts-item-with-data:hover.instagram-feed-posts-item-template-tile .instagram-feed-posts-item-image-icon{
    opacity:0
}
.instagram-feed-posts-item-template-tile .instagram-feed-posts-item-likes-count,.instagram-feed-posts-item-template-tile .instagram-feed-posts-item-comments-count{
    min-width:70px;
    justify-content:center
}
.instagram-feed-posts-item-template-tile .instagram-feed-posts-item-likes-count-label,.instagram-feed-posts-item-template-tile .instagram-feed-posts-item-comments-count-label{
    font-size:16px
}
.instagram-feed-posts-small .instagram-feed-posts-item-template-tile .instagram-feed-posts-item-likes-count-label,.instagram-feed-posts-small .instagram-feed-posts-item-template-tile .instagram-feed-posts-item-comments-count-label{
    font-size:15px
}
.instagram-feed-posts-extra-small .instagram-feed-posts-item-template-tile .instagram-feed-posts-item-likes-count-label,.instagram-feed-posts-extra-small .instagram-feed-posts-item-template-tile .instagram-feed-posts-item-comments-count-label{
    font-size:12px
}
.instagram-feed-posts-item-template-tile .instagram-feed-posts-item-likes-count-icon,.instagram-feed-posts-item-template-tile .instagram-feed-posts-item-comments-count-icon{
    width:24px;
    height:24px
}
.instagram-feed-posts-small .instagram-feed-posts-item-template-tile .instagram-feed-posts-item-likes-count-icon,.instagram-feed-posts-small .instagram-feed-posts-item-template-tile .instagram-feed-posts-item-comments-count-icon{
    width:20px;
    height:20px
}
.instagram-feed-posts-extra-small .instagram-feed-posts-item-template-tile .instagram-feed-posts-item-likes-count-icon,.instagram-feed-posts-extra-small .instagram-feed-posts-item-template-tile .instagram-feed-posts-item-comments-count-icon{
    width:16px;
    height:16px
}
.instagram-feed-posts-extra-small .instagram-feed-posts-item-template-tile .instagram-feed-posts-item-likes-count,.instagram-feed-posts-extra-small .instagram-feed-posts-item-template-tile .instagram-feed-posts-item-comments-count{
    display:flex;
    margin:8px 0
}
.instagram-feed-posts-item-template-tile .instagram-feed-posts-item-likes-count + .instagram-feed-posts-item-comments-count{
    margin-left:20px
}
.instagram-feed-posts-extra-small .instagram-feed-posts-item-template-tile .instagram-feed-posts-item-likes-count + .instagram-feed-posts-item-comments-count,.instagram-feed-posts-small .instagram-feed-posts-item-template-tile .instagram-feed-posts-item-likes-count + .instagram-feed-posts-item-comments-count{
    margin-left:0
}
.instagram-feed-posts-item-template-tile .instagram-feed-posts-item-text{
    font-size:14px;
    line-height:21px;
    display:inline-block;
    overflow:hidden;
    margin-top:12%;
    text-align:center;
    max-height:84px;
    width:100%
}
.instagram-feed-posts-small .instagram-feed-posts-item-template-tile .instagram-feed-posts-item-text{
    font-size:13px;
    line-height:18px;
    max-height:56px;
    margin-top:6%
}
.instagram-feed-posts-extra-small .instagram-feed-posts-item-template-tile .instagram-feed-posts-item-text{
    display:none
}
.instagram-feed-posts-item-template-tile .instagram-feed-posts-item-text-clone{
    opacity:0;
    visibility:hidden;
    position:absolute;
    left:0;
    right:0;
    max-height:none
}
.instagram-feed-posts-extra-small .instagram-feed-posts-item-template-tile .instagram-feed-posts-item-text-clone,.instagram-feed-posts-small .instagram-feed-posts-item-template-tile .instagram-feed-posts-item-text-clone{
    max-height:none
}
.instagram-feed-posts-item-template-tile .instagram-feed-posts-item-red-like{
    bottom:-10px
}
.instagram-feed-posts-item-template-tile .instagram-feed-posts-item-red-like-visible{
    bottom:0;
    right:0
}
.instagram-feed-posts-item-template-classic{
    border:1px solid rgba(0,0,0,0.1)
}
.instagram-feed-posts-small .instagram-feed-posts-item-template-classic .instagram-feed-posts-item-instagram-link,.instagram-feed-posts-extra-small .instagram-feed-posts-item-template-classic .instagram-feed-posts-item-instagram-link{
    display:none
}
.instagram-feed-posts-item-template-classic .instagram-feed-posts-item-meta{
    display:flex;
    flex-direction:row;
    align-items:baseline;
    padding:12px;
    line-height:1;
    position:relative
}
.instagram-feed-posts-item-template-classic .instagram-feed-posts-item-meta + .instagram-feed-posts-item-content{
    margin-top:0
}
.instagram-feed-posts-item-template-classic .instagram-feed-posts-item-counters{
    display:flex;
    align-items:center
}
.instagram-feed-posts-item-template-classic .instagram-feed-posts-item-likes-count,.instagram-feed-posts-item-template-classic .instagram-feed-posts-item-comments-count{
    margin-right:12px
}
.instagram-feed-posts-item-template-classic .instagram-feed-posts-item-likes-count-icon,.instagram-feed-posts-item-template-classic .instagram-feed-posts-item-comments-count-icon{
    width:24px;
    height:24px
}
.instagram-feed-posts-small .instagram-feed-posts-item-template-classic .instagram-feed-posts-item-likes-count-label,.instagram-feed-posts-small .instagram-feed-posts-item-template-classic .instagram-feed-posts-item-comments-count-label,.instagram-feed-posts-extra-small .instagram-feed-posts-item-template-classic .instagram-feed-posts-item-likes-count-label,.instagram-feed-posts-extra-small .instagram-feed-posts-item-template-classic .instagram-feed-posts-item-comments-count-label{
    font-size:13px
}
.instagram-feed-posts-small .instagram-feed-posts-item-template-classic .instagram-feed-posts-item-likes-count-icon,.instagram-feed-posts-small .instagram-feed-posts-item-template-classic .instagram-feed-posts-item-comments-count-icon,.instagram-feed-posts-extra-small .instagram-feed-posts-item-template-classic .instagram-feed-posts-item-likes-count-icon,.instagram-feed-posts-extra-small .instagram-feed-posts-item-template-classic .instagram-feed-posts-item-comments-count-icon{
    width:20px;
    height:20px
}
.instagram-feed-posts-small .instagram-feed-posts-item-template-classic .instagram-feed-posts-item-share,.instagram-feed-posts-extra-small .instagram-feed-posts-item-template-classic .instagram-feed-posts-item-share{
    display:none
}
.instagram-feed-posts-item-template-classic .instagram-feed-posts-item-text{
    font-size:14px;
    display:inline-block;
    overflow:hidden;
    max-height:90px;
    width:100%
}
.instagram-feed-posts-small .instagram-feed-posts-item-template-classic .instagram-feed-posts-item-text{
    font-size:14px;
    line-height:18px;
    max-height:72px
}
.instagram-feed-posts-item-template-classic .instagram-feed-posts-item-text-clone{
    opacity:0;
    visibility:hidden;
    position:absolute;
    left:0;
    right:0;
    max-height:none;
    top:0
}
.instagram-feed-posts-small .instagram-feed-posts-item-template-classic .instagram-feed-posts-item-text-clone{
    max-height:none
}
.instagram-feed-posts-item-template-classic .instagram-feed-posts-item-red-like{
    top:-32px;
    left:6px;
    border-radius:6px
}
.instagram-feed-posts-small .instagram-feed-posts-item-template-classic .instagram-feed-posts-item-red-like,.instagram-feed-posts-extra-small .instagram-feed-posts-item-template-classic .instagram-feed-posts-item-red-like{
    width:40px;
    left:4px
}
.instagram-feed-posts-small .instagram-feed-posts-item-template-classic .instagram-feed-posts-item-red-like:after,.instagram-feed-posts-extra-small .instagram-feed-posts-item-template-classic .instagram-feed-posts-item-red-like:after{
    bottom:-42px
}
.instagram-feed-posts-small .instagram-feed-posts-item-template-classic .instagram-feed-posts-item-red-like-label,.instagram-feed-posts-extra-small .instagram-feed-posts-item-template-classic .instagram-feed-posts-item-red-like-label{
    display:none
}
.instagram-feed-posts-item-template-classic .instagram-feed-posts-item-red-like:before{
    content:'';
    position:absolute;
    bottom:-6px;
    left:12px;
    background:#ee4957;
    transform:rotateZ(-45deg);
    width:12px;
    height:12px
}
.instagram-feed-posts-item-template-classic .instagram-feed-posts-item-red-like:after{
    content:'';
    position:absolute;
    bottom:-45px;
    left:16px;
    background:#ee4957;
    width:4px;
    height:4px;
    border-radius:50%
}
.instagram-feed-posts-item-template-classic .instagram-feed-posts-item-share{
    margin-left:auto
}
.instagram-feed-posts-item-template-classic .instagram-feed-posts-item-content{
    margin:12px;
    position:relative
}
.instagram-feed-posts-item-template-classic .instagram-feed-posts-item-content-cropped{
    text-decoration:none !important
}
.instagram-feed-posts-item-template-classic .instagram-feed-posts-item-content-cropped:after{
    content:'...';
    line-height:1;
    font-weight:600;
    opacity:.6;
    margin-top:-4px;
    display:block;
    text-decoration:none !important
}
.widget.instagram-feed-popup{
    position:fixed;
    z-index:999999;
    top:0;
    right:0;
    bottom:0;
    left:0;
    opacity:0;
    visibility:hidden;
    pointer-events:none;
    box-sizing:border-box;
    background:rgba(0,0,0,0.8)
}
.widget.instagram-feed-popup-visible{
    pointer-events:all;
    opacity:1;
    visibility:visible
}
.instagram-feed-popup-wrapper{
    position:fixed;
    top:0;
    right:0;
    bottom:0;
    left:0;
    overflow-x:hidden;
    overflow-y:auto;
    -webkit-overflow-scrolling:touch
}
@media only screen and (max-width:767px){
    .instagram-feed-popup-wrapper{
        top:56px
    }
}
@media only screen and (max-width:639px){
    .instagram-feed-popup-wrapper{
        top:48px
    }
}
.instagram-feed-popup-inner{
    width:100%;
    padding-bottom:100vh;
    max-width:640px;
    margin:0 auto;
    position:relative;
    z-index:3
}
.instagram-feed-popup-close{
    display:inline-block !important;
    position:fixed;
    top:20px;
    left:50%;
    width:32px;
    height:32px;
    margin-left:332px;
    cursor:pointer;
    z-index:11;
    opacity:.7;
    transform:rotate(45deg);
    transition:all .25s ease
}
@media only screen and (max-width:767px){
    .instagram-feed-popup-close{
        opacity:1;
        left:12px;
        top:14px;
        margin:0
    }
}
@media only screen and (max-width:639px){
    .instagram-feed-popup-close{
        top:8px
    }
}
.instagram-feed-popup-close:hover{
    opacity:1
}
.instagram-feed-popup-close::before,.instagram-feed-popup-close::after{
    content:'';
    display:block;
    position:absolute;
    top:50%;
    left:50%;
    border-radius:10px;
    background:#fff;
    transition:all .25s ease
}
@media only screen and (max-width:767px){
    .instagram-feed-popup-close::before,.instagram-feed-popup-close::after{
        background:#000
    }
}
.instagram-feed-popup-close::before{
    width:24px;
    height:2px;
    margin:-1px 0 0 -12px
}
.instagram-feed-popup-close::after{
    width:2px;
    height:24px;
    margin:-12px 0 0 -1px
}
.instagram-feed-popup-close:active{
    transform:rotate(45deg) scale(.85)
}
.instagram-feed-popup-mobile-panel{
    background:#f8f8f8;
    border-bottom:1px solid #f1f1f1;
    display:none;
    height:56px;
    position:fixed;
    z-index:10;
    top:0;
    right:0;
    left:0;
    align-items:center;
    box-sizing:border-box;
    padding:0 12px
}
@media only screen and (max-width:767px){
    .instagram-feed-popup-mobile-panel{
        display:flex
    }
}
@media only screen and (max-width:639px){
    .instagram-feed-popup-mobile-panel{
        height:48px
    }
}
.instagram-feed-popup-mobile-panel-title{
    display:block;
    width:100%;
    text-align:center;
    color:#000;
    font-size:16px;
    font-weight:600;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
    padding:0 40px
}
.instagram-feed-popup-scroll-indicator{
    display:block;
    position:fixed;
    top:50%;
    left:50%;
    margin-top:-26px;
    margin-left:332px;
    text-align:center;
    z-index:11;
    opacity:0;
    visibility:hidden;
    transition:all .6s ease
}
.instagram-feed-popup-scroll-indicator-visible{
    opacity:1;
    visibility:visible
}
@media only screen and (max-width:767px){
    .instagram-feed-popup-scroll-indicator{
        display:none
    }
}
.instagram-feed-popup-scroll-indicator-mouse{
    position:relative;
    display:block;
    width:32px;
    height:52px;
    margin:0 auto 4px;
    box-sizing:border-box;
    border:2px solid #fff;
    border-radius:23px;
    opacity:.5
}
.instagram-feed-popup-scroll-indicator-mouse-wheel{
    position:absolute;
    display:block;
    top:12px;
    left:50%;
    width:4px;
    height:4px;
    margin-left:-2px;
    background:#fff;
    border-radius:50%;
    animation:instagram-feed-popup-scroll-indicator 1.5s cubic-bezier(.32,0,.6,1.01) infinite
}
.instagram-feed-popup-scroll-indicator-label{
    display:inline-block;
    line-height:18px;
    font-size:13px;
    font-weight:normal;
    color:#fff
}
@-moz-keyframes instagram-feed-popup-scroll-indicator{
    0%{
        opacity:1;
        transform:scale(1) translateY(0)
    }
    90%{
        opacity:0;
        transform:scale(.7) translateY(32px)
    }
    95%{
        opacity:0;
        transform:scale(1) translateY(0)
    }
    100%{
        opacity:1;
        transform:scale(1) translateY(0)
    }
}
@-webkit-keyframes instagram-feed-popup-scroll-indicator{
    0%{
        opacity:1;
        transform:scale(1) translateY(0)
    }
    90%{
        opacity:0;
        transform:scale(.7) translateY(32px)
    }
    95%{
        opacity:0;
        transform:scale(1) translateY(0)
    }
    100%{
        opacity:1;
        transform:scale(1) translateY(0)
    }
}
@-o-keyframes instagram-feed-popup-scroll-indicator{
    0%{
        opacity:1;
        transform:scale(1) translateY(0)
    }
    90%{
        opacity:0;
        transform:scale(.7) translateY(32px)
    }
    95%{
        opacity:0;
        transform:scale(1) translateY(0)
    }
    100%{
        opacity:1;
        transform:scale(1) translateY(0)
    }
}
@keyframes instagram-feed-popup-scroll-indicator{
    0%{
        opacity:1;
        transform:scale(1) translateY(0)
    }
    90%{
        opacity:0;
        transform:scale(.7) translateY(32px)
    }
    95%{
        opacity:0;
        transform:scale(1) translateY(0)
    }
    100%{
        opacity:1;
        transform:scale(1) translateY(0)
    }
}
.instagram-feed-popup-item{
    color:#000;
    background:#fff;
    width:100%;
    min-height:300px;
    overflow:hidden;
    position:relative;
    border-bottom:1px solid rgba(0,0,0,0.05)
}
@media only screen and (max-width:679px){
    .instagram-feed-popup-item{
        min-height:240px
    }
}
@media only screen and (max-width:479px){
    .instagram-feed-popup-item{
        min-height:160px
    }
}
.instagram-feed-popup-item:first-child{
    margin-top:0
}
.instagram-feed-popup-item-inner{
    opacity:0;
    visibility:hidden
}
.instagram-feed-popup-item-loaded .instagram-feed-popup-item-inner{
    opacity:1;
    visibility:visible
}
.instagram-feed-popup-item .instagram-feed-loader{
    color:rgba(0,0,0,0.2);
    opacity:1;
    visibility:visible;
    width:48px;
    height:48px;
    margin:-24px 0 0 -24px;
    border-width:4px
}
.instagram-feed-popup-item-loaded.instagram-feed-popup-item .instagram-feed-loader{
    display:none
}
.instagram-feed-popup-item-header{
    position:relative;
    display:flex;
    flex-direction:row;
    flex-wrap:nowrap;
    align-items:center
}
.instagram-feed-popup-item .instagram-feed-posts-item-user-location{
    font-size:12px;
    display:block;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap
}
.instagram-feed-popup-item .instagram-feed-posts-item-user-actions{
    display:flex;
    align-items:center;
    margin-left:auto
}
.instagram-feed-popup-item .instagram-feed-posts-item-user-follow-link{
    margin-left:auto;
    font-size:14px;
    font-weight:600;
    padding:0 12px
}
@media only screen and (max-width:319px){
    .instagram-feed-popup-item .instagram-feed-posts-item-user-follow-link{
        display:none
    }
}
.instagram-feed-popup-item .instagram-feed-posts-item-user-follow-link a,.instagram-feed-popup-item .instagram-feed-posts-item-user-follow-link a:hover{
    color:#3897f0
}
.instagram-feed-popup-item .instagram-feed-posts-item-instagram-link{
    margin-left:12px
}
@media only screen and (max-width:319px){
    .instagram-feed-popup-item .instagram-feed-posts-item-instagram-link{
        margin-left:0
    }
}
.instagram-feed-popup-item .instagram-feed-posts-item-instagram-link-fixed{
    position:absolute;
    top:12px;
    right:12px;
    margin:0;
    padding:0;
    z-index:2
}
.instagram-feed-popup-item .instagram-feed-posts-item-instagram-link-fixed svg{
    color:#fff !important
}
.instagram-feed-popup-item-cta-button{
    display:block;
    position:relative;
    padding:12px;
    font-weight:600;
    transition:all .2s ease
}
a.instagram-feed-popup-item-cta-button{
    color:#3897f0;
    text-decoration:none;
    transition:all .2s ease
}
a.instagram-feed-popup-item-cta-button:hover{
    color:#3897f0;
    text-decoration:none;
    opacity:.9
}
.instagram-feed-popup-item-cta-button::after{
    content:'';
    display:block;
    position:absolute;
    right:12px;
    bottom:-1px;
    left:12px;
    background:#f1f1f1;
    height:1px
}
.instagram-feed-popup-item-cta-button-icon{
    display:block;
    width:6px;
    height:10px;
    position:absolute;
    top:50%;
    right:12px;
    margin-top:-5px;
    fill:currentColor
}
.instagram-feed-popup-item-cta-highlighted .instagram-feed-popup-item-cta-button{
    background:#3897f0;
    color:#fff
}
.instagram-feed-popup-item-cta-highlighted .instagram-feed-popup-item-cta-button::after{
    display:none
}
.instagram-feed-popup-item-cta-highlighted .instagram-feed-popup-item-cta-button:hover{
    background:#45a1f8;
    color:#fff
}
.instagram-feed-popup-item-content{
    width:100%;
    box-sizing:border-box;
    display:flex;
    flex-direction:column;
    position:relative;
    font-size:14px;
    padding:16px 12px 24px
}
.instagram-feed-popup-item-meta{
    display:flex;
    flex-direction:row;
    justify-content:space-between
}
.instagram-feed-popup-item-likes{
    font-weight:600
}
.instagram-feed-popup-item-share{
    margin-left:auto;
    display:flex;
    align-items:center;
    position:relative;
    font-size:14px;
    font-weight:400;
    cursor:pointer;
    margin-top:-4px
}
.instagram-feed-popup-item-share-icon{
    fill:currentColor
}
.instagram-feed-popup-item-share-label{
    margin-left:6px
}
.instagram-feed-popup-item-text{
    word-break:break-word;
    margin-top:12px
}
.instagram-feed-popup-item-text a,.instagram-feed-popup-item-text a:hover{
    color:#003569
}
a.instagram-feed-popup-item-text-author,a.instagram-feed-popup-item-text-author:hover{
    color:#000;
    font-weight:600
}
.instagram-feed-popup-item-comments-item{
    margin:8px 0
}
.instagram-feed-popup-item-comments-item-author{
    font-weight:600
}
.instagram-feed-popup-item-comments-item-text{
    word-break:break-word
}
.instagram-feed-popup-item-comments-item-text a,.instagram-feed-popup-item-comments-item-text a:hover{
    color:#003569
}
.instagram-feed-popup-item-comments-more a{
    opacity:.6
}
.instagram-feed-popup-item-date{
    font-size:10px;
    line-height:12px;
    text-transform:uppercase;
    margin-top:8px;
    opacity:.6
}
.instagram-feed-popup-item-media{
    position:absolute;
    right:0;
    left:0;
    overflow:hidden;
    min-height:300px;
    visibility:hidden
}
@media only screen and (max-width:639px){
    .instagram-feed-popup-item-media{
        min-height:0
    }
}
.instagram-feed-popup-item-loaded .instagram-feed-popup-item-media{
    visibility:visible;
    position:relative
}
.instagram-feed-popup-item-media-image img{
    display:block;
    max-width:100%;
    margin:0 auto !important
}
@media only screen and (max-width:639px){
    .instagram-feed-popup-item-media-image img{
        height:auto
    }
}
.instagram-feed-popup-item-media-video{
    position:relative
}
.instagram-feed-popup-item-media-video-placeholder{
    position:absolute;
    z-index:2;
    height:100%;
    width:100%;
    opacity:1;
    visibility:visible;
    display:flex;
    align-items:center;
    transition:opacity .3s,visibility .3s
}
.instagram-feed-popup-item-media-video-loaded .instagram-feed-popup-item-media-video-placeholder{
    opacity:0;
    visibility:hidden
}
.instagram-feed-popup-item-media-video-placeholder img{
    display:block;
    width:100%;
    max-width:100%;
    height:100%;
    max-height:100%;
    object-fit:cover
}
@media only screen and (max-width:639px){
    .instagram-feed-popup-item-media-video-placeholder img{
        height:auto
    }
}
.instagram-feed-popup-item-media-video-placeholder-play{
    position:absolute;
    left:50%;
    top:50%;
    width:1.8em;
    height:1.8em;
    box-sizing:content-box;
    transform:translate(-50%,-50%);
    opacity:0;
    transition:opacity .3s;
    border:2px solid rgba(255,255,255,0.9);
    border-radius:50%;
    padding:10px 8px 10px 12px
}
.instagram-feed-popup-mobile .instagram-feed-popup-item-media-video-placeholder-play{
    opacity:1
}
.instagram-feed-popup-item-media-video-loading .instagram-feed-popup-item-media-video-placeholder-play{
    opacity:0
}
.instagram-feed-popup-item-media-video-placeholder-play svg{
    display:block;
    width:100%;
    height:100%;
    fill:rgba(255,255,255,0.9)
}
.instagram-feed-popup-item-media-video-placeholder-loader{
    position:absolute;
    top:.6em;
    right:.6em;
    width:1.8em;
    height:1.8em;
    opacity:0;
    transition:opacity .3s
}
.instagram-feed-popup-mobile .instagram-feed-popup-item-media-video-placeholder-loader{
    opacity:0
}
.instagram-feed-popup-item-media-video-loading .instagram-feed-popup-item-media-video-placeholder-loader{
    opacity:1
}
.instagram-feed-popup-item-media-video-placeholder-loader svg{
    display:block;
    width:100%;
    height:100%;
    fill:rgba(255,255,255,0.8)
}
.instagram-feed-popup-item-media-video-placeholder-loader svg circle{
    animation:instagram-feed-popup-item-media-video-placeholder-loader 1.5s linear infinite
}
.instagram-feed-popup-item-media-video-container{
    opacity:1;
    visibility:visible;
    position:relative;
    z-index:1
}
.instagram-feed-popup-item-media-video video{
    position:relative;
    z-index:1;
    display:none;
    width:100%;
    cursor:pointer;
    visibility:visible
}
.instagram-feed-popup-visible .instagram-feed-popup-item-media-video video{
    display:block !important;
    opacity:1 !important;
    visibility:visible !important
}
.instagram-feed-popup-item-media-video-sound{
    display:block;
    opacity:0;
    position:absolute;
    z-index:2;
    width:32px;
    height:32px;
    bottom:12px;
    left:12px;
    pointer-events:none;
    background:rgba(0,0,0,0.6);
    border-radius:50%;
    backface-visibility:hidden;
    transition:opacity .3s
}
.instagram-feed-popup-item-media-video-loaded .instagram-feed-popup-item-media-video-sound{
    opacity:1
}
.instagram-feed-popup-item-media-video-sound-off,.instagram-feed-popup-item-media-video-sound-on{
    width:16px;
    height:16px;
    display:block;
    position:absolute;
    top:50%;
    left:50%;
    margin:-8px 0 0 -8px
}
.instagram-feed-popup-item-media-video-sound-off path,.instagram-feed-popup-item-media-video-sound-on path{
    fill:#fff
}
.instagram-feed-popup-item-media-video-unmuted .instagram-feed-popup-item-media-video-sound-off{
    visibility:hidden;
    opacity:0
}
.instagram-feed-popup-item-media-video-sound-on{
    visibility:hidden;
    opacity:0
}
.instagram-feed-popup-item-media-video-unmuted .instagram-feed-popup-item-media-video-sound-on{
    visibility:visible;
    opacity:1
}
.instagram-feed-popup-item-media-carousel{
    background:#000
}
.instagram-feed-popup-item-media-carousel-inner{
    display:flex
}
.instagram-feed-popup-item-media-carousel-item{
    width:100%;
    flex-shrink:0
}
.instagram-feed-popup-item-media-carousel-arrow{
    display:block;
    position:absolute;
    z-index:2;
    width:24px;
    height:40px;
    top:50%;
    margin:-20px 0 0 0;
    cursor:pointer;
    user-select:none;
    visibility:hidden;
    opacity:0;
    transform:scale(1);
    transition:all .2s ease
}
@media only screen and (max-width:639px){
    .instagram-feed-popup-item-media-carousel-arrow{
        opacity:1;
        visibility:visible
    }
}
.instagram-feed-popup-item-media-carousel-arrow:hover{
    transform:scaleY(.9)
}
.instagram-feed-popup-item-media-carousel:hover .instagram-feed-popup-item-media-carousel-arrow:not(.instagram-feed-popup-item-media-carousel-arrow-disabled){
    opacity:1;
    visibility:visible
}
.instagram-feed-popup-item-media-carousel-arrow-disabled{
    visibility:hidden;
    opacity:0;
    transform:scale(.85)
}
.instagram-feed-popup-item-media-carousel-arrow::before,.instagram-feed-popup-item-media-carousel-arrow::after{
    background:rgba(255,255,255,0.9);
    display:block;
    position:absolute;
    width:28px;
    height:3px;
    top:20px;
    transition:all .3s ease;
    content:''
}
.instagram-feed-popup-item-media-carousel-arrow-prev{
    left:12px
}
.instagram-feed-popup-item-media-carousel-arrow-prev:active{
    transform:scaleY(.85) translateX(-20%)
}
.instagram-feed-popup-item-media-carousel-arrow-prev::before,.instagram-feed-popup-item-media-carousel-arrow-prev::after{
    border-radius:0 10px 10px 0
}
.instagram-feed-popup-item-media-carousel-arrow-prev::before{
    transform-origin:0 110%;
    transform:rotate(-45deg)
}
.instagram-feed-popup-item-media-carousel-arrow-prev::after{
    transform-origin:0 -10%;
    transform:rotate(45deg)
}
.instagram-feed-popup-item-media-carousel-arrow-next{
    right:12px
}
.instagram-feed-popup-item-media-carousel-arrow-next:active{
    transform:scaleY(.85) translateX(20%)
}
.instagram-feed-popup-item-media-carousel-arrow-next::before,.instagram-feed-popup-item-media-carousel-arrow-next::after{
    right:0;
    border-radius:10px 0 0 10px
}
.instagram-feed-popup-item-media-carousel-arrow-next::before{
    transform-origin:100% 110%;
    transform:rotate(45deg)
}
.instagram-feed-popup-item-media-carousel-arrow-next::after{
    transform-origin:100% -10%;
    transform:rotate(-45deg)
}
.instagram-feed-popup-item-media-carousel-pagination{
    display:flex;
    justify-content:center;
    position:absolute;
    right:12px;
    bottom:12px;
    left:12px;
    z-index:1;
    opacity:0;
    visibility:hidden;
    transition:all .2s ease
}
@media only screen and (max-width:639px){
    .instagram-feed-popup-item-media-carousel-pagination{
        opacity:1;
        visibility:visible
    }
}
.instagram-feed-popup-item-media-carousel:hover .instagram-feed-popup-item-media-carousel-pagination{
    opacity:1;
    visibility:visible
}
.instagram-feed-popup-item-media-carousel-pagination-item{
    display:block;
    width:12px;
    height:12px;
    cursor:pointer;
    padding:3px;
    box-sizing:border-box
}
.instagram-feed-popup-item-media-carousel-pagination-item::before{
    content:'';
    display:block;
    width:6px;
    height:6px;
    border-radius:50%;
    background:rgba(255,255,255,0.6);
    box-shadow:0 0 3px rgba(0,0,0,0.3);
    transition:all .2s ease
}
.instagram-feed-popup-item-media-carousel-pagination-item:hover::before{
    background:rgba(255,255,255,0.8)
}
.instagram-feed-popup-item-media-carousel-pagination-item-active::before{
    background:#fff
}
@-moz-keyframes instagram-feed-popup-item-media-video-placeholder-loader{
    0%{
        opacity:1
    }
    50%{
        opacity:0
    }
    100%{
        opacity:1
    }
}
@-webkit-keyframes instagram-feed-popup-item-media-video-placeholder-loader{
    0%{
        opacity:1
    }
    50%{
        opacity:0
    }
    100%{
        opacity:1
    }
}
@-o-keyframes instagram-feed-popup-item-media-video-placeholder-loader{
    0%{
        opacity:1
    }
    50%{
        opacity:0
    }
    100%{
        opacity:1
    }
}
@keyframes instagram-feed-popup-item-media-video-placeholder-loader{
    0%{
        opacity:1
    }
    50%{
        opacity:0
    }
    100%{
        opacity:1
    }
}
